object SubImageDialog: TSubImageDialog Left = 195 Top = 159 BorderStyle = bsDialog Caption = 'Gif SubImage info' ClientHeight = 273 ClientWidth = 461 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Label8: TLabel Left = 232 Top = 149 Width = 143 Height = 13 Caption = 'Number of colors in color table' end object Label6: TLabel Left = 224 Top = 181 Width = 55 Height = 13 Caption = 'BitsPerPixel' end object Image: TImage Left = 288 Top = 16 Width = 121 Height = 121 Stretch = True end object OKBtn: TButton Left = 119 Top = 212 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 OnClick = OKBtnClick end object CancelBtn: TButton Left = 199 Top = 212 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 OnClick = CancelBtnClick end object TabSet: TTabSet Left = 0 Top = 252 Width = 461 Height = 21 Align = alBottom Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Tabs.Strings = ( 'Subimage 1') TabIndex = 0 OnChange = TabSetChange end object HasLocalColormapBox: TCheckBox Left = 24 Top = 168 Width = 121 Height = 17 Caption = 'Has local colormap' Enabled = False TabOrder = 3 end object NoColorsEdit: TSpinEdit Left = 168 Top = 144 Width = 60 Height = 22 Enabled = False MaxValue = 0 MinValue = 0 TabOrder = 4 Value = 0 end object BitsPerPixelEdit: TSpinEdit Left = 168 Top = 176 Width = 49 Height = 22 Enabled = False MaxValue = 8 MinValue = 1 TabOrder = 5 Value = 1 end object GroupBox1: TGroupBox Left = 8 Top = 8 Width = 273 Height = 129 Caption = 'Image descriptor' TabOrder = 6 object Label1: TLabel Left = 24 Top = 24 Width = 18 Height = 13 Caption = 'Left' end object Label2: TLabel Left = 24 Top = 48 Width = 19 Height = 13 Caption = 'Top' end object Label3: TLabel Left = 128 Top = 24 Width = 28 Height = 13 Caption = 'Width' end object Label4: TLabel Left = 128 Top = 48 Width = 31 Height = 13 Caption = 'Height' end object Label5: TLabel Left = 24 Top = 88 Width = 64 Height = 13 Caption = 'Packed fields' end object LeftEdit: TSpinEdit Left = 56 Top = 24 Width = 60 Height = 22 Enabled = False MaxValue = 0 MinValue = 0 TabOrder = 0 Value = 0 end object TopEdit: TSpinEdit Left = 56 Top = 48 Width = 60 Height = 22 Enabled = False MaxValue = 0 MinValue = 0 TabOrder = 1 Value = 0 end object WidthEdit: TSpinEdit Left = 168 Top = 24 Width = 60 Height = 22 Enabled = False MaxValue = 0 MinValue = 0 TabOrder = 2 Value = 0 end object HeightEdit: TSpinEdit Left = 168 Top = 48 Width = 60 Height = 22 Enabled = False MaxValue = 0 MinValue = 0 TabOrder = 3 Value = 0 end object PackedFieldsEdit: TSpinEdit Left = 96 Top = 88 Width = 65 Height = 22 Enabled = False MaxValue = 0 MinValue = 0 TabOrder = 4 Value = 0 end end object ExtensionsButton: TButton Left = 296 Top = 200 Width = 89 Height = 33 Caption = 'Extensions' TabOrder = 7 OnClick = ExtensionsButtonClick end object InterlacedBox: TCheckBox Left = 24 Top = 144 Width = 97 Height = 17 Caption = 'Interlaced' TabOrder = 8 OnClick = InterlacedBoxClick end end